home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Shareware Gold
/
Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso
/
apps
/
f1127
/
dlr.exe
/
DIAL.TXT
< prev
next >
Wrap
Text File
|
1991-05-04
|
499b
|
53 lines
Macro to dial a phone number
Select a phone number in your
spreadsheet & press CTRL D to dial.
=DIAL()
=RETURN()
Call the METZ Software Sales Number
1-206-641-4525
DIAL
=WORKSPACE(,,,,,,,FALSE)
Establish connection with METZ Dialer
=INITIATE("DIALER","DIAL")
Send Dialer the contents of the active cell
which should be a phone number
=EXECUTE($A$13,ACTIVE.CELL())
Terminate connection
=TERMINATE($A$13)
=HALT()